﻿2026-07-19T15:15:54.1522157Z ##[group]Run actions/checkout@v5
2026-07-19T15:15:54.1522907Z with:
2026-07-19T15:15:54.1523266Z   fetch-depth: 0
2026-07-19T15:15:54.1523656Z   repository: BigscreenVR/spt-bs-core
2026-07-19T15:15:54.1526624Z   token: ***
2026-07-19T15:15:54.1526971Z   ssh-strict: true
2026-07-19T15:15:54.1527314Z   ssh-user: git
2026-07-19T15:15:54.1527700Z   persist-credentials: true
2026-07-19T15:15:54.1528082Z   clean: true
2026-07-19T15:15:54.1528440Z   sparse-checkout-cone-mode: true
2026-07-19T15:15:54.1528850Z   fetch-tags: false
2026-07-19T15:15:54.1529360Z   show-progress: true
2026-07-19T15:15:54.1529732Z   lfs: false
2026-07-19T15:15:54.1530068Z   submodules: false
2026-07-19T15:15:54.1530420Z   set-safe-directory: true
2026-07-19T15:15:54.1531025Z ##[endgroup]
2026-07-19T15:15:54.2355444Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T15:15:54.2357367Z ##[group]Getting Git version info
2026-07-19T15:15:54.2358058Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-19T15:15:54.2359177Z [command]/usr/bin/git version
2026-07-19T15:15:54.2359614Z git version 2.43.0
2026-07-19T15:15:54.2363218Z ##[endgroup]
2026-07-19T15:15:54.2374292Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/cb56eb01-a3c3-47e7-8f26-424b13bcd812' before making global git config changes
2026-07-19T15:15:54.2375653Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T15:15:54.2377493Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-19T15:15:54.2410011Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-19T15:15:54.2428812Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T15:15:54.2438805Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T15:15:54.2441462Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T15:15:54.2548746Z refs/heads/main
2026-07-19T15:15:54.2558253Z [command]/usr/bin/git checkout --detach
2026-07-19T15:15:54.3002259Z HEAD is now at 7815236 Merge pull request #35 from BigscreenVR/build/w6-registry-rig-race
2026-07-19T15:15:54.3054678Z [command]/usr/bin/git branch --delete --force main
2026-07-19T15:15:54.3090927Z Deleted branch main (was 7815236).
2026-07-19T15:15:54.3095932Z ##[endgroup]
2026-07-19T15:15:54.3098851Z [command]/usr/bin/git submodule status
2026-07-19T15:15:54.3298791Z ##[group]Cleaning the repository
2026-07-19T15:15:54.3299498Z [command]/usr/bin/git clean -ffdx
2026-07-19T15:15:59.0210539Z Removing .adapter-notify/
2026-07-19T15:15:59.0215453Z Removing target/
2026-07-19T15:15:59.0220745Z [command]/usr/bin/git reset --hard HEAD
2026-07-19T15:15:59.3425207Z HEAD is now at 7815236 Merge pull request #35 from BigscreenVR/build/w6-registry-rig-race
2026-07-19T15:15:59.3432768Z ##[endgroup]
2026-07-19T15:15:59.3434695Z ##[group]Disabling automatic garbage collection
2026-07-19T15:15:59.3439815Z [command]/usr/bin/git config --local gc.auto 0
2026-07-19T15:15:59.3476179Z ##[endgroup]
2026-07-19T15:15:59.3476917Z ##[group]Setting up auth
2026-07-19T15:15:59.3483704Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-19T15:15:59.3520448Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-19T15:15:59.3720449Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T15:15:59.3746378Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-19T15:15:59.3929557Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T15:15:59.3953460Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-19T15:15:59.4136883Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-19T15:15:59.4165749Z ##[endgroup]
2026-07-19T15:15:59.4166202Z ##[group]Fetching the repository
2026-07-19T15:15:59.4177331Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +27d57eaee15436ddbc7670f80d21a0de6ab1dd84:refs/remotes/pull/34/merge
2026-07-19T15:16:01.1297587Z ##[endgroup]
2026-07-19T15:16:01.1298189Z ##[group]Determining the checkout info
2026-07-19T15:16:01.1298696Z ##[endgroup]
2026-07-19T15:16:01.1302995Z [command]/usr/bin/git sparse-checkout disable
2026-07-19T15:16:01.1341624Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-19T15:16:01.1365822Z ##[group]Checking out the ref
2026-07-19T15:16:01.1368241Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/34/merge
2026-07-19T15:16:01.1606242Z Previous HEAD position was 7815236 Merge pull request #35 from BigscreenVR/build/w6-registry-rig-race
2026-07-19T15:16:01.1608262Z HEAD is now at 27d57ea Merge 3b5258c545e54f3261d51a6071b95f5f0b8f74ca into 7815236bbaffe143dd8c3529442abdd2c3d2f5df
2026-07-19T15:16:01.1614329Z ##[endgroup]
2026-07-19T15:16:01.1654563Z [command]/usr/bin/git log -1 --format=%H
2026-07-19T15:16:01.1676988Z 27d57eaee15436ddbc7670f80d21a0de6ab1dd84
